Skip to content

Reduce log noise of Maven plugin and extensions#1833

Merged
nscuro merged 1 commit intomainfrom
silence-noisy-buildlogs
Mar 1, 2026
Merged

Reduce log noise of Maven plugin and extensions#1833
nscuro merged 1 commit intomainfrom
silence-noisy-buildlogs

Conversation

@nscuro
Copy link
Copy Markdown
Member

@nscuro nscuro commented Mar 1, 2026

Description

Reduces log noise of Maven plugin and extensions.

Addressed Issue

N/A

Additional Details

N/A

Checklist

  • I have read and understand the contributing guidelines
  • This PR fixes a defect, and I have provided tests to verify that the fix is effective
  • This PR implements an enhancement, and I have provided tests to verify that it works as intended
  • This PR introduces changes to the database model, and I have updated the migration changelog accordingly
  • This PR introduces new or alters existing behavior, and I have updated the documentation accordingly

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added this to the 5.7.0 milestone Mar 1, 2026
Copilot AI review requested due to automatic review settings March 1, 2026 16:56
@nscuro nscuro added the dx Issues related to developer experience (DX) label Mar 1, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces Maven-related log noise by adjusting build-cache behavior for make clean and by lowering log levels for noisy Maven extension/plugin components via Maven JVM options.

Changes:

  • Disable Maven build cache for the make clean target to avoid build-cache-related chatter during clean runs.
  • Add .mvn/jvm.config to reduce logging verbosity for the Maven build-cache extension and OpenAPI Generator.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Makefile Disables Maven build cache for clean to reduce build output noise.
.mvn/jvm.config Sets SLF4J SimpleLogger levels for org.apache.maven.buildcache and org.openapitools.codegen to reduce verbosity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (48915ab) 39529 33197 83.98%
Head commit (181c30e) 39529 (+0) 33197 (+0) 83.98% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1833) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@nscuro nscuro merged commit a1b14b2 into main Mar 1, 2026
16 checks passed
@nscuro nscuro deleted the silence-noisy-buildlogs branch March 1, 2026 17:21
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dx Issues related to developer experience (DX)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants